home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox2.dir / 00009_Script_ANSWER SCRIPTS < prev    next >
Text File  |  1995-05-02  |  643b  |  31 lines

  1. global listMTH, gWaitNextAns
  2.  
  3. on WrongAns
  4.   if gWaitNextAns = 1 then exit
  5.   set the castNum of sprite 48 = 50
  6.   updatestage
  7.   set gWaitNextAns = 1
  8. end
  9.  
  10. on Ans1
  11.   if gWaitNextAns = 1 then exit
  12.   set the castNum of sprite 2 = cast getAT(listMTH,4)
  13.   set the castNum of sprite 3 = cast getAT(listMTH,5)
  14.   updatestage
  15.   set gWaitNextAns = 1
  16. end
  17.  
  18. on Ans2
  19.   if gWaitNextAns = 1 then exit
  20.   set the castNum of sprite 3 = cast getAT(listMTH,7)
  21.   updatestage
  22.   set gWaitNextAns = 0
  23. end
  24.  
  25. on Ans3
  26.   if gWaitNextAns = 1 then exit
  27.   set the castNum of sprite 3 = cast getAT(listMTH,9)
  28.   updatestage
  29.   set gWaitNextAns = 0
  30. end
  31.